From bbed8243209f6a8d55b7868ff4ab21261bf18a89 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Thu, 5 Jun 2014 14:45:35 +0800 Subject: [PATCH] gtk/deprecated/gtkcolorsel.c: Include gtkwindowgroup.h Since commit 872fbfac the GtkWindowGroup was split out from the GtkWindow sources, so include gtkwindowgroup.h to avoid C4013 warnings/errors (implicit declaration of ...) on gtk_window_group_add_window(). --- gtk/deprecated/gtkcolorsel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/deprecated/gtkcolorsel.c b/gtk/deprecated/gtkcolorsel.c index b07211c665..6f9bd12df8 100644 --- a/gtk/deprecated/gtkcolorsel.c +++ b/gtk/deprecated/gtkcolorsel.c @@ -36,7 +36,7 @@ #include "gtkadjustment.h" #include "gtkorientable.h" #include "gtkhsv.h" -#include "gtkwindow.h" +#include "gtkwindowgroup.h" #include "gtkselection.h" #include "gtkcolorutils.h" #include "gtkdnd.h" -- 2.30.2